home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK2.toast / Development Kits (Disc 2) / ScriptX / Draggable ScriptX Folders / utils / DTK / source / DIRIMP_SX / loadme.sx < prev    next >
Encoding:
Text File  |  1996-02-28  |  309 b   |  16 lines  |  [TEXT/ttxt]

  1. (
  2.  
  3.     local sourceDir := spawn theStartDir "dirimp"
  4.     local dtkDir := spawn theStartDir "DTK"
  5.     
  6.     if not isDefined DTK do
  7.         fileIn     dtkDir name:"compdtk.sx"
  8.         
  9.     if not isDefined ScorePlayer do
  10.         fileIn     sourceDir name:"compdpb.sx"
  11.         
  12.     if not isDefined ImportDirector do
  13.         fileIn     sourceDir name:"compdimp.sx"
  14.     
  15. )
  16.